Message Driven Bean
- 网络消息驱动Bean
-
ACTIVE : Specify a value of ACTIVE if message consumption is to begin as soon as the message driven bean connects with the JMS destination .
ACTIVE:如果消息驱动bean与JMS目的地一连接消息消耗就马上开始,指定一个值ACTIVE。
-
Design of asynchronous communication model based on message driven Bean
基于消息驱动Bean的异步通信模型设计
-
This should reflect the identity used by the message driven bean .
此ID应该反映消息驱动的Bean所使用的标识。
-
To complete the scenario , we need to create a Message Driven Bean ( MDB ) .
为了完成此方案,我们需要创建消息驱动的Bean(MessageDrivenBean,MDB)。
-
In a typical J2EE application , the request processor would be implemented as a Message Driven Bean according to the JMS specification .
在一个典型的J2EE应用程序中,按照JMS定义,请求处理器应该通过一个消息驱动Bean来实现。
-
As a kind of JMS client , message driven bean ( MDB ) utilized the perfect technology of EJB and J2EE .
消息驱动Bean(MDB)组件作为一种完善的JMS客户机,很好地利用了已有的EJB和J2EE技术。
-
For the asynchronous communication , a Message Driven Bean ( MDB ), called Event Service MDB , is installed and retrieves the events using JMS mechanisms .
对于异步通信,将安装名为事件服务MDB的消息驱动的Bean(MessageDrivenBean,MDB),并使用JMS机制检索事件。
-
Mdb : Demonstrates how to use a message driven bean with OpenEJB to update a customer database via a Web application or standalone Java applications using ActiveMQ .
mdb:展示如何通过OpenEJB使用消息驱动的Bean,以便通过Web应用程序或者独立的Java应用程序使用ActiveMQ来更新客户数据库。
-
An Activation Specification provides the necessary configuration details for a message driven bean ( MDB ) and includes information on where to connect , and from which destination to consume messages .
激活规范为消息驱动的Bean(MessageDrivenBean,MDB)提供必要的配置细节,并包括关于在何处连接以及从哪个目的地使用消息的信息。
-
Because your Web service also accepts requests using the JMS , you need to create a bus , two queue destinations for incoming and replies , and an activation spec for the message driven bean ( MDB ) .
由于您的Web服务还接受使用JMS的请求,因此需要创建一个总线、两个用于传入和应答的队列目的地和一个用于消息驱动Bean(MessageDrivenBean,MDB)的激活规范。
-
Application of Message - Driven Bean in Asynchronous Message Transfer
Message-DrivenBean在异步消息传输中的应用
-
Analysis and Application of Message - driven Bean in JMX
消息驱动Bean的设计思想分析及其在JMX中的应用
-
The message listener service is provided by the base runtime and manages the runtime configuration of the Message Driven Bean that is listening on the queue .
这个消息侦听器服务是由基础运行时提供的,并管理负责侦听此队列的MessageDrivenBean的运行时配置。